ComponentOne ASP.NET MVC Controls
Update Method

C1.Web.Mvc.Fluent Namespace > CollectionViewServiceBuilder<T> Class : Update Method
The value.
Configurates C1.Web.Mvc.CollectionViewService<T>.UpdateActionUrl. Sets the url of update action.
Syntax
'Declaration
 
Public Function Update( _
   ByVal value As String _
) As CollectionViewServiceBuilder(Of T)
public CollectionViewServiceBuilder<T> Update( 
   string value
)

Parameters

value
The value.

Return Value

Current builder.
See Also

Reference

CollectionViewServiceBuilder<T> Class
CollectionViewServiceBuilder<T> Members